home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / Draw / Cont_rel / Contornos / Anchura / 05_thin.csc < prev    next >
Encoding:
Text File  |  1998-11-24  |  234 b   |  13 lines

  1. REM Favorite : Outline Width
  2.  
  3. WITHOBJECT "CorelDraw.Automation.9"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineWidth 1763
  8.     .ResumePainting 
  9.     .EndOfRecording 
  10. END WITHOBJECT
  11.  
  12.  
  13.